feat: upgrade MiniMax default model to M3#3737
Conversation
- Add MiniMax-M3 as the new default model - Add MiniMax-M2.7 and MiniMax-M2.7-highspeed as available fallbacks - Remove deprecated older versions (M2.5 / M2.5-highspeed / M2.1 / M2.1-highspeed / M2) from the list
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
please include this agreement in your pr description and check it |
Summary
Upgrade MiniMax model configuration to include the latest M3 model as the new default, while keeping M2.7 as a fallback.
Changes
MiniMax-M3to the model selection list and set it as the new default (first entry)MiniMax-M2.7andMiniMax-M2.7-highspeedas available alternativesMiniMax-M2.5/MiniMax-M2.5-highspeed/MiniMax-M2.1/MiniMax-M2.1-highspeed/MiniMax-M2) from the listWhy
MiniMax-M3 is the new flagship model from MiniMax, with 512K context window, 128K max output, and image input support, available through both OpenAI-compatible and Anthropic-compatible interfaces. Keeping
MiniMax-M2.7andMiniMax-M2.7-highspeedensures users with workflows still pinned to the previous generation can keep using them.Testing
MiniMax-M3resolves through the existing OpenAI-compatible adapter againsthttps://api.minimax.io/v1